AppointmentDeletedOccurrences Property |
Contains an array of deleted occurrences of a recurring appointment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<DeletedOccurrence> DeletedOccurrences { get; }Public ReadOnly Property DeletedOccurrences As IList(Of DeletedOccurrence)
Get
Property Value
Type:
IListDeletedOccurrenceThe deleted occurrences.
See Also